home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / multiuser / config / .profile next >
Text File  |  1994-03-07  |  402b  |  19 lines

  1. ; .profile for MultiUser Release 1.7
  2. ;
  3. ; © Copyright 1993-1994 Geert Uytterhoeven
  4.  
  5.  
  6. ; Dump the Message-of-the-day (More works on serial terminals, too!)
  7. ;
  8. ; Change 'App:MultiUser' to your configuration directory!
  9.  
  10. If EXISTS App:MultiUser/Message_Of_The_Day
  11.    More App:MultiUser/Message_Of_The_Day
  12. EndIf
  13.  
  14. ; Execute the user's personal .profile
  15.  
  16. If EXISTS $Home/.profile
  17.    Execute $Home/.profile
  18. EndIf
  19.